Declare Function GetPrivateProfileString Lib "Kernel" (ByVal Section As String, ByVal Entry As String, ByVal DefaultValueEntry As String, ByVal ReturnedEntry As String, ByVal EntryValueSize As Integer, ByVal FileName As String) As Integer
Declare Function WritePrivateProfileString Lib "Kernel" (ByVal Section As String, ByVal Entry As String, ByVal EntryValue As String, ByVal FileName As String) As Integer